home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 2.iso / toolbox / perfTuning / XandSysPerf / README < prev    next >
Text File  |  1996-11-11  |  2KB  |  48 lines

  1.  
  2.                 ~4Dgifts/toolbox/perfTuning/XandSysPerf README
  3.  
  4.  
  5.                everything EXCEPT this README file hails from the 
  6.                 toolbox/src/swtools/XandSysPerf subtree and is
  7.                        included here for completeness
  8.  
  9.  
  10.  
  11.      files pertinent to X and system perfomance issues are collected here:
  12.  
  13.  
  14.   GoodXProtocolExample.text:  X protocol usage summary for start up of xcalc, 
  15.              as a good example of quantity of requests to start 
  16.              up a reasonably well-behaved X client.
  17.  
  18.   UsingXscope.text:      describes how to optimize X Window System Clients 
  19.              using xscope, an X protocol trace gatherer. 
  20.  
  21.   Xperformance.text:     hit-list of X performance issues to be mindful of.
  22.  
  23.   Xscope.text:           outlines performance aspects of the X protocol, 
  24.              using xscope for X protocol tracing, and the basics 
  25.              of X protocol anaylsis.
  26.   
  27.   OSmonTools.sc:         minimalist showcase slides demonstrating the 
  28.              benefit of timex, par (process activity reporter) 
  29.              and padc (process activity data collector) as a 
  30.              means of examining where the costs of process 
  31.              execution lie on a system-wide level.
  32.         Note on PAR(1):  use par to see system calls.  One way to run it is:
  33.  
  34.                             par -si -SS <process name>
  35.  
  36.                                or 
  37.  
  38.                             par -si -SS -P pid
  39.  
  40.                          The first one slows the task down but reports most 
  41.                          or all of the system calls.  For the second one you 
  42.                          don't have to be root and it doesn't slow the process
  43.                          down but it seems to drop a lot of system calls.
  44.  
  45.   xprotostats:           an xscope protocol trace groaker script.
  46.  
  47.      
  48.